Added a check on the colormap depth to gdk_drawable_set_colormap()
authorRon Steinke <rsteinke@src.gnome.org>
Mon, 23 Jul 2001 21:28:38 +0000 (21:28 +0000)
committerRon Steinke <rsteinke@src.gnome.org>
Mon, 23 Jul 2001 21:28:38 +0000 (21:28 +0000)
commit9cfd92ef66b4c3661cd9dee8d6f91de8a1ef7a17
treefea195cb232164439b1db9d1b96d2c491ff7a55f
parent5f50d1fd7297e1851630c7e53d60b997a5b95125
Added a check on the colormap depth to gdk_drawable_set_colormap()

        * gdk/gdkdraw.c: Added a check on the colormap depth to
        gdk_drawable_set_colormap()
        * gdk/x11/gdkimage-x11.c: combination of Mathias Hasselmann's
        patch to fix colorsel and my patch to fix gdk_drawable_get_image()
        for pixmaps without visuals (more specifically, bitmaps)
        * gdk/x11/gdkpixmap-x11.c: Fixed gdk_pixmap_new() so it
        doesn't set a colormap with the wrong depth
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/gdkdraw.c
gdk/x11/gdkimage-x11.c
gdk/x11/gdkpixmap-x11.c